ServiceGetConversationItems Method (ConversationRequest, ItemShape, MailboxSearchLocation, IListFolderId, ConversationNodeSortOrder, Int32) |
Gets the conversation items.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<ConversationItemResponse> GetConversationItems(
ConversationRequest conversationRequest,
ItemShape itemShape,
MailboxSearchLocation mailboxSearchLocation,
IList<FolderId> foldersToIgnore,
ConversationNodeSortOrder sortOrder,
int maxItemsToReturn
)
Public Function GetConversationItems (
conversationRequest As ConversationRequest,
itemShape As ItemShape,
mailboxSearchLocation As MailboxSearchLocation,
foldersToIgnore As IList(Of FolderId),
sortOrder As ConversationNodeSortOrder,
maxItemsToReturn As Integer
) As IList(Of ConversationItemResponse)
Parameters
- conversationRequest
- Type: Independentsoft.ExchangeConversationRequest
The conversation request. - itemShape
- Type: Independentsoft.ExchangeItemShape
The item shape. - mailboxSearchLocation
- Type: Independentsoft.ExchangeMailboxSearchLocation
The mailbox search location. - foldersToIgnore
- Type: System.Collections.GenericIListFolderId
The folders to ignore. - sortOrder
- Type: Independentsoft.ExchangeConversationNodeSortOrder
The sort order. - maxItemsToReturn
- Type: SystemInt32
The maximum items to return.
Return Value
Type:
IListConversationItemResponseIList{ConversationItemResponse}.
See Also